-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update workspace #251
Update workspace #251
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
"trailingComma": "all" | ||
"trailingComma": "all", | ||
"editorconfig": true, | ||
"printWidth": 160 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a styling change, not additional metadata, which is suppose to help users using some editors. Please remove that change.
@@ -0,0 +1,12 @@ | |||
# EditorConfig is awesome: https://EditorConfig.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is essentially not required at all, as the prettier does the job. You just need to enable it in your editor. I would rather add a suggestion for adding a prettier plugin for vs code (esbenp.prettier-vscode)
7b89169
to
97f8843
Compare
As this PR is not going forward, and there are many changes in configuration, which in my opinion are not required, I am closing the PR. Currently, if you use proper tooling in VS Code, the source code is automatically formatted. There is a |
I have enabled source code formatting to match the code style for VSCode.
Try
Alt
+Shift
+F
orFormat file
in the context menu, but don't forget to install the npm packages first.